home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 9 / The PC-SIG Library on CD ROM - Ninth Edition.iso / 801_900 / DISK0873 / DISK0873.ZIP / BOSS_SUP.LZH / C86.BAT < prev    next >
DOS Batch File  |  1989-06-09  |  223b  |  13 lines

  1. echo off
  2. echo Computer Innovations (Small Model)
  3. cc1 %1 %2 %3 %4 -cm -i -dC86
  4. if errorlevel 1 goto done
  5. cc2 %1
  6. if errorlevel 1 goto done
  7. cc3 %1
  8. if errorlevel 1 goto done
  9. cc4 %1
  10. if errorlevel 1 goto done
  11. :done
  12. 
  13.